gtktreemodelfilter: child levels of the root level must remain cached
authorKristian Rietveld <kris@gtk.org>
Wed, 7 Sep 2011 20:11:37 +0000 (22:11 +0200)
committerKristian Rietveld <kris@gtk.org>
Wed, 7 Sep 2011 20:25:29 +0000 (22:25 +0200)
commit022327c408e1439246ea688380288e0491172a9c
tree72685906d00ca96329d9ca28c784ad6bd62f416a
parentae2b2e7cfc123775342dc0391f197f99dc1c18ce
gtktreemodelfilter: child levels of the root level must remain cached

This is due to the special handling for filter functions that depend
on child level state.  If the parent level of a level is the root level,
the level cannot be removed from the cache.  Any change in this level
can cause its parent in the root level to become visible again.
gtk/gtktreemodelfilter.c